projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a05432
)
GdkSeat: Add G_BEGIN_DECLS and G_END_DECLS
author
Kjell Ahlstedt
<kjell.ahlstedt@bredband.net>
Tue, 22 Dec 2015 08:39:28 +0000
(09:39 +0100)
committer
Kjell Ahlstedt
<kjell.ahlstedt@bredband.net>
Tue, 22 Dec 2015 09:33:41 +0000
(10:33 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=759771
gdk/gdkseat.h
patch
|
blob
|
history
diff --git
a/gdk/gdkseat.h
b/gdk/gdkseat.h
index e91e620d54d2e61618e5e29fa9f1937021c4f71b..b4ce279b76c0b3a0647839f25cbef70a054a5837 100644
(file)
--- a/
gdk/gdkseat.h
+++ b/
gdk/gdkseat.h
@@
-29,6
+29,8
@@
#include <gdk/gdkevents.h>
#include <gdk/gdktypes.h>
+G_BEGIN_DECLS
+
#define GDK_TYPE_SEAT (gdk_seat_get_type ())
#define GDK_SEAT(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GDK_TYPE_SEAT, GdkSeat))
#define GDK_IS_SEAT(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GDK_TYPE_SEAT))
@@
-110,4
+112,6
@@
GdkDevice * gdk_seat_get_pointer (GdkSeat *seat);
GDK_AVAILABLE_IN_3_20
GdkDevice * gdk_seat_get_keyboard (GdkSeat *seat);
+G_END_DECLS
+
#endif /* __GDK_SEAT_H__ */